home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
program
/
delphi
/
kompon
/
BalmsoftPolyglot.exe
/
{app}
/
Demos
/
Delphi 5-7
/
bsPolyglotDemoMdl.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
2003-08-15
|
566b
|
31 lines
unit bsPolyglotDemoMdl;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, bsPolyglotUn;
type
TDataModule1 = class(TDataModule)
pmnu: TPopupMenu;
Test11: TMenuItem;
Test21: TMenuItem;
bsPolyglotTranslator1: TbsPolyglotTranslator;
PolyglotManager: TbsPolyglotManager;
bsPolyglotManager1: TbsPolyglotManager;
private
{ Private declarations }
public
{ Public declarations }
end;
var
DataModule1: TDataModule1;
implementation
{$R *.DFM}
end.